/*
    Document   : menu
    Created on : Mar 5, 2009, 3:02:06 PM
    Author     : Mohammed Shahbaaz Hussain
    Description: It builds the main menu system.
*/


/*
#jsddm
{
    position:absolute;
    margin: 0;
	padding: 0;
    z-index: 10000;

    }

	#jsddm li
	{	float: left;
		list-style: none;
		font-size: 12px;

        }

	#jsddm li a
	{	display: block;
		background: #da5f44;
		padding: 6px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 80px;
		color: #EAFFED;
		white-space: nowrap;
        font-family: calibri, Arial, Tahoma, Georgia,serif;
        text-transform:uppercase;
}

	#jsddm li a:hover
	{	background: #1A4473;}

		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;}

		#jsddm li ul li
		{	float: none;
			display: inline}

		#jsddm li ul li a
		{	width: auto;
			background: #9F1B1B;}

		#jsddm li ul li a:hover
		{	background: #7F1616;}

*/

/* Side Navigation */
#side-nav {
    margin: 0;
    padding: 0;
}

#side-nav li {
list-style: none;
font-size: 11px;
}

#side-nav li a {
display: block;
height: 20px;
background:transparent;
padding: 6px 17px;
text-decoration:none;
color: #e8e9de;
font-family: calibri, Arial, Tahoma, Georgia, serif;
text-transform: uppercase;
font-weight: normal;
margin: 2px 18px 2px 18px;
padding: 6px 0px 0px 3px;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
}

#side-nav ul li a:hover {
color: #fff;
background: #9F1B1B;
text-decoration:none;
}

#side-nav ul li a:visited {
color: #fff;
}

#side-nav ul li a.highlight {
background: #B95852;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
}

#side-nav ul li a:hover.highlight {
background: #9F1B1B;
}


/*Footer department links */
#foot-link {
list-style-type:none;
margin:0;
padding:0;
}

#foot-link li a {
        display: block;
		text-decoration: none;
		width: 80px;
		color: #EAFFED;
		white-space: nowrap;
        font-family: calibri, Arial, Tahoma, Georgia, serif;
        margin-left: 30px;
        padding: 5px;
        font-size: 11px;
}

#foot-link li a:hover {
		color: #ff5113;
}


