body {margin:0px;border:0px;padding:0px}
/* begin style specifications for the dropdown menu system */
div.zone {
	/*left position for menu*/
	left:305px;
	/*do not move items when submenu expands*/
	position:absolute;
	z-index:3;
	/*total width of menu bar*/
	width:900px;
	/*padding-left:10px;*/
	/*top postion of menu*/
	top:63px;}
div.content {margin:30px}
ul.cl1, ul.cl2 {
	margin:0px;border:0px;padding:0px;list-style:url() none; 
}
ul.cl2 {
        position:relative;
        /*display submenu by default*/
        display:none}

li.cl1, li.cl2 {
        /*background for main menu and sub menu*/
        /*sky blue #306EFF*/
        background:transparent;
        /*color for non link menu*/
        color:gray;
        /*alignment of items in main menu bar and submenus*/
        text-align:center;
        /*width of each item in main menu bar*/
        width:114px;
        /*height of each item in main menu bar*/
        height:35px;
        /*border for main menu and sub menu bar*/
        /*border:1px solid white;*/
        font-size:10pt;float:left;
        margin:0px; padding:0px;padding-left:0px;
}

li.cl1 {
        border-right: white dashed 1px;
}	

li.cl2 {
        /*width of submenu*/
        width:110px;
        /*height of submenu*/
        height:25px;
        /*border around each submenu items poped up*/
        /*border-top:2px dotted red;*/
        font-size:9pt;float:none;
        padding-left:5px;
        border-bottom: white dashed 1px;
}

a.cl1, a.cl2 {
        /*color of links in menu/submenu*/
        color:white !important; 
        display:block !important;
        font-weight:bold;height:35px;text-decoration:none !important;
        margin:0px;border:0px;padding:0px;
        margin-left:-4px;padding-left:4px;padding-top:0px;
    	/*background:url(images/unselectedTab.jpg) no-repeat center bottom;*/
}

a.cl1 {
		text-transform:uppercase;
    	/*background:url(images/unselectedTab.jpg) no-repeat center bottom;*/
}
a.cl2 {
    	background:rgb(255,111,1); /*dark orange*/
}

a.cl1:hover, a.cl2:hover {
    	color:black
}

a.cl1:hover {
    	/*background:#ff8080; color when mouse scrolls over*/
	    background:url(images/selectedTab.jpg) no-repeat center bottom;
}
a.cl2:hover {
    	/*background:#ff8080; color when mouse scrolls over*/
	    /*background:url(images/selectedSubTab.jpg) no-repeat center bottom;*/
    	background:rgb(7, 107, 167); /*blue*/
    	background:rgb(90,155,197);/*selected light blue*/
    	background:rgb(45, 130, 180); /*blue*/
}

/* end style specifications for dropdown menu system */
