/* CSS Document */

#search {
	background-image: url(utilities/menu_on.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 15px;
	width: 160px;
	margin: 15px 0 15px 0;
	border-bottom: 1px #FFF dashed;
	}

#textbox {
	border: 1px #094790 solid;
	}

#menu_Item {
	background-image: url(utilities/menu_off.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 15px 0 15px 0;
	border: 0px;
	}

#menu_Item:hover {
	background-image: url(utilities/menu_on.png);
	background-position: top right;
	background-repeat: no-repeat;
	}

#menu_on {
	background-image: url(utilities/menu_on.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 15px 0 15px 0;
	border: 0px;
	}	
	
#sub_menu ul {
	list-style-type: none;
	padding: 0 5px 0 0;
	margin-right: 13px;
	border-right: 1px dotted #FFF;
	font-size: 10px;
	text-align: right;
	line-height: normal;
	}

#sub_menu li {
	padding: 3px 0px;
	}

#sub_menu a {
	color: #094790;
	text-decoration: none;
	}

#sub_menu a:hover {
	text-decoration: underline;
	}