/* Default CSS Stylesheet for a new Web Application project */

img.right 
{
	float: right;
}

.menuh	{
		BORDER-COLOR : #FFFF99 ;
		cursor : hand ;
		Border-Left : #FFFF99 ;
		Border-Top : #FFFF99 ;
		Padding: 2px ;
	    Background-Color : #ffff99 ;
	    color: Blue;
	    font-weight:bold;
	}
.menu	{
		Background-Color : white ;
		padding: 2px;
		
	}
.home	{
		cursor : hand ;
		padding: 2px;
		
	}

.menulinks{
text-decoration:none;
}


A:link	{	
	text-decoration:	 none;
	color:	#3333cc;
	 font-weight:  normal;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	font-weight:normal;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	font-weight:normal;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	  Red;
	font-weight:normal;
	}
	
#headers 
{
	border-bottom-style: dotted;
} 


#blueblock{
width: 90%;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 95%; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li 
{
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #000099;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

