/* @override http://edwin.techead.com/techead2/css/menu.css */

/* --- MENU --- */
#menu{
    background-image:url('../images/menu_bg.jpg');
    background-repeat:repeat-x;
	height: 19px;
	min-height:19px;
	overflow: hidden;
}

#menu ul li {
    display: inline;
    border-right:#000000 1px solid;
    height:19px;
	padding-right: 7px;
	margin-right:5px;
}

#menu ul {
    z-index: 2;
    height: 40px;
	padding-left: 20px;
	margin-top: 0;
	clear: both;
	margin-left:0;
}

#menu a {
    text-decoration:none;
    color: #ffffff;
}

.selected {
    /*background:#333333;*/
	text-decoration:underline;
    color: #ffffff;
}

#menu a:active {
    text-decoration:underline;
}

#menu a:hover {
    text-decoration:underline;
}

.options {
	height: 19px;
	position:absolute;
	margin-top: -17px;
}

.options a {
    color: #000000;
    padding-right:8px;
    padding-left:0px;
    border-right:#000000 1px solid;
    margin-left: 8px;
}

.options a:hover {
    text-decoration:underline;
}

.options a:active {
    text-decoration:underline;
}

.selectedOption {
    text-decoration:underline;
}
#optionsBar {
    height: 19px;
    background: url(../images/insideGreenSubmenu.png) repeat-x;
}