#hmenu ul li a {
	
}

#hmenu ul li {
	
}

#hmenu ul li a:hover, #hmenu ul li a.selected {
	
}

#col1 {
	padding: 0;
	display: block;
	width: 183px;
	float: left;
}

#vmenu {
	position: relative;
	padding-bottom: 20px;
}

#vmenu .n2 {
	display: block;
	clear: left;
}

#vmenu ul {
	margin: 0;
	padding: 0;
	width: 183px;
	list-style: none;
}

#vmenu ul li {
	margin: 0 0 1px;
	padding: 0;
	width: 183px;
	float: left;
	
}
#vmenu ul li a {
	/*display: none;*/
	display: block;
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 18px;
	height: 1%;
	color: #fff;
	cursor: pointer;
	font-family: times;
}
#vmenu ul li a:hover { text-decoration:none; }
#vmenu ul li a span {
	display: block;
	height: 1%;
	padding: 6px 0 6px 14px;
}
#vmenu ul ul li a {
	display: block;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	height: 1%;
	cursor: pointer;
	background: transparent url(images/vmenu_tab_top.gif) left top no-repeat;
	font-family: arial;
}

#vmenu ul ul li a span {
	display: block;
	height: 1%;
	padding: 6px 0 6px 14px;
	background: transparent url(images/vmenu_tab_bottom.gif) left bottom no-repeat;
}

#vmenu ul ul li a:hover {
	text-decoration: none;
	color: #afe0fe;
}
#col1 #vmenu ul ul li a.selected {
	color: #3c7fa9;
	background: transparent url(images/vmenu_tab_top_selected.gif) left top no-repeat;
}
#col1 #vmenu ul ul li a.selected span {
	background: transparent url(images/vmenu_tab_bottom_selected.gif) left bottom no-repeat;
}