/* CSS Document */

#thesubmenu {
position:relative;
background:#EFEFEF;
border:#DDDDDD solid 1px;
height:50px;
font-family:Verdana;
font-size:12px;
padding:2px;
width:100%;
z-index:100;
}

#getstarted, #features, #options {
	display: none;
}
#getstarted, #features, #options {
margin:3px;
}

#getstarted a, #features a, #options a{
background:#D3F8FE;
padding:1px 10px 1px 10px;
border:#CCCCCC solid 1px;
}