@charset "UTF-8";
/*MAIN MENU*/

#menu li {
	float: left;
	position: relative;
	margin: 0px 3px 0px 0px;
	list-style-type: none;
	width: 120px;
}
#menu a {
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 28px;
}
/*MAIN ITEMS*/

#menu_home a {
	background: url(../gui/menu.gif) no-repeat 0px -28px;
}
#menu_about a {
	background: url(../gui/menu.gif) no-repeat -120px -28px;
}
#menu_why a {
	background: url(../gui/menu.gif) no-repeat -240px -28px;
}
#menu_apply a {
	background: url(../gui/menu.gif) no-repeat -360px -28px;
}
/*MENU ON*/

#menu_home_on a {
	background: url(../gui/menu.gif) no-repeat 0px -56px;
}
#menu_about_on a {
	background: url(../gui/menu.gif) no-repeat -120px -56px;
}
#menu_why_on a {
	background: url(../gui/menu.gif) no-repeat -240px -56px;
}
#menu_apply_on a {
	background: url(../gui/menu.gif) no-repeat -360px -56px;
}
/*MENU ROLLOVERS*/

#menu_home a:hover {
	background: url(../gui/menu.gif) no-repeat 0px 0px;
}
#menu_about a:hover, #menu li:hover a#about1, #menu li.over a#about1 {
	background: url(../gui/menu.gif) no-repeat -120px 0px;
}
#menu_why a:hover, #menu li:hover a#why1, #menu li.over a#why1 {
	background: url(../gui/menu.gif) no-repeat -240px 0px;
}
#menu_apply a:hover {
	background: url(../gui/menu.gif) no-repeat -360px 0px;
}
/****************************************************************************************************************/

/*MENU DROPDOWNS*/

#menu li ul {
	display: none;
	margin: 0px;
	padding: 0px;
}

#menu li:hover ul {
	margin: 0px;
	padding: 0px 0px 8px 0px;
	display: block;
	width: 160px;
	position: absolute;
	visibility: visible;
	background: url(../gui/menu_bottom.gif) no-repeat bottom;	
}
#menu li ul li {
	display: block;
	padding: 0px;
	margin: 0px;
	height: 30px;
	width: 160px;
	position: relative;
	background: #AE925D;
}

/*MENU DROPDOWN ITEMS*/

#menu li ul li a{
	display: block;
	width: 147px;
	margin: 0px;
	height: 19px;
	text-indent: 0px;
	padding: 10px 0px 0px 13px;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: normal;
	text-decoration: none;
	background-image:none;
	border-bottom: 1px solid #3B241C;
} 

/*MENU DROPDOWN ROLLOVERS*/

#menu li ul li a:hover, #menu li ul li a:active {
	background:url(../gui/rollover.jpg) repeat-x;
}

/*MENU DRODOWN (IE)*/


#menu li.over ul li a{
	margin: 0px;
	padding: 10px 0px 0px 13px;
	height: 19px;
	width: 147px;
	background: #AE925D;
}

#menu li.over ul {
	margin: 0px;
	padding: 0px 0px 8px 0px;
	display: block;
	width: 160px;
	position: absolute;
	left:0px;
	background: url(../gui/menu_bottom.gif) no-repeat left bottom;
}

/*UTILITY MENU*/

#utility {
	padding: 0px;
	float: right;
	margin: 15px 10px 0px 0px;
}
#utility li a {
	color: #BFA97D;
	text-decoration: none;
	padding-right: 5px;
}
#utility li {
	display: inline;
	list-style-type: none;
	padding-left: 5px;
}
#utility #one {
	font-weight: bold;
	border-right: 1px solid #BFA97D;
	margin-right: 1px;
}
#utility #two {
	border-right: 1px solid #BFA97D;
	margin-right: 1px;
}
#utility a:hover, #utility a:active{
	color: #F0DAA8;
}
