﻿body {
}
/* -- New Menu - Select Option -- */
#dvSelectMenu
{
    background-color:#ffff66; 
    width:100%; 
    margin:0px 0px 15px 0px; 
    padding:0px; 
    border-bottom:dashed 1px #ff9900;
}
#sddm
{	
    margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{	
    margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px verdana;
}

#sddm li a
{	
    display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	background: #ffff66;
	color: #000000;
	text-align: center;
	text-decoration: none;
	height:16px;
}

#sddm li a:hover
{	
    background: #ff9900;
	color: #ffffff;   
	height:16px;
}

#sddm div
{	
    position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #ffff66;
	border: 1px solid #C58917;
	width:200px;
}

	#sddm div a
	{	
	    position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffff66;
		color: #000000;
		font: bold 11px arial;
	    border-bottom:dashed 1px #ff9900;
		
    }

	#sddm div a:hover
	{	
	    background: #ff9900;
	    color: #ffffff;    
    }
#dvHome
{
    width:40px;
}
#dvManageUser
{
    width:120px;
}
#dvLists
{
    width:80px;
}
#dvStudents
{
    width:90px;
}
#dvPractice
{
    width:90px;
}
#dvTest
{
    width:90px;
}

#dvPreTest
{
    width:100px;
}

#dvGames
{
    width:80px;
}

#dvReports
{
    width:80px;
}

#dvLogout
{
    width:60px;
}
