/* ================================================================
 *  Menu CSS
 * ================================================================
 */
/** MENU LEFT */
#menu-left {
	font-family: Verdana;
	font-size: 14px;	
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#menu-left ul {
}

#menu-left li {
	display: block;
	
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
		
	line-height: 1.3em;
		
	background-color: transparent;
	background-image: url(../images/horiz-line.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center bottom;
		
	padding-top: 6px;	
	padding-right: 0px;	
	padding-bottom: 10px;
	padding-left: 0px;
	
	font-weight: normal;
	color: #828282;
	text-decoration: none;	
}

#menu-left li.first {
	padding-top: 2px;	
}

#menu-left li a {
	display: inline;	
	font-weight: bold;
	color: #263d8a; /*#105289; */
	text-decoration: none;		
}

#menu-left a:hover {
	text-decoration: underline;	
}

/** MENU TOP */
#menu-top {
	margin: 0px;
	padding: 0px;
	float: right;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size: 10px
}

#menu-top ul {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	list-style: none;
}

#menu-top li {
	display: inline;
}

#menu-top a {
	font-family: Verdana;
	font-size: 12px;	
	color: #636363;
	height: 21px;
	padding: 0px 12px 0px 20px;
	background: url(../images/menu-top.gif) no-repeat left top;
	text-decoration: none;	
}

#menu-top .first a {
	background: none;
}

#menu-top a:hover {
	text-decoration: underline;	
}