/* CSS Document */

#side-nav { padding:0 20px; font-size:1.1em; margin-bottom:1.3em;}
#side-nav li a { position:relative; text-align:left; background-image:url(../images/menu_header.gif); background-repeat:no-repeat; height:31px; }


/*menu css changes*/
#menu-frame {
	font-family: arial, helvetica, sans-serif;
	width: 160px;
	height:31px;
	background-color:none;
	background-image:url(../images/menu_header.gif);
	border-left:#cfcfcf 1px solid;
	border-right:#cfcfcf 1px solid;
	background-repeat: no-repeat; /* THEME */
	background-position: none; /* THEME */
}
.level0  { /*menu-header*/
	font-family: arial, helvetica, sans-serif;
	float: left;
	width: 197px;
	height: 22px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 1px;
	font-size: 0.7em; /* THEME */
	color: #000; /* THEME */
	font-weight: bold; /* THEME */
	background-color: none; /* THEME */
	background-image: url(../images/menu_bg.gif); /* THEME */
	background-repeat: no-repeat; /* THEME */
	background-position: none; /* THEME */
	}
.level0 a:hover {/*menu-header*/
	color: #FF6B24; /* THEME */
	text-decoration:none;
	}
	
.level0 a  {/*menu-header*/
	font-family: arial, helvetica, sans-serif;
	float: left;
	margin-bottom: 1px;
	padding-left:20px;
	font-size: 12px; /* THEME */
	color: #000; /* THEME */
	background-color: none; /* THEME */
	background-image: url(../images/menu_bg.gif); /* THEME */
	background-repeat: no-repeat; /* THEME */
	background-position: none; /* THEME */
	font-weight:normal;
	text-decoration:none;
	}
