/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* modfied to a different menu by Flashscript.biz*/

.invertedshiftdown2
{
	width: 950px;
	height:25px;
	border-top: 0px solid #9D9D9D; 
	border-bottom: 2px solid #9D9D9D; 
	background: #FFFFFF url('../images/daylyfilebgcolor.jpg') no-repeat; border: none;
}

.invertedshiftdown2 ul
{
	margin: 0;
	margin-left: 5px; 
	padding: 0;
	list-style: none;
}

.invertedshiftdown2 li
{
	display: inline;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}

.invertedshiftdown2 a
{
	width: 100px;
	text-align: center;
	float: left;
	display: block;
	font: 10px Arial;
	color: #000000;
	text-decoration: none;
	margin: 3px 2px 2px 0; 
	padding: 5px 0 5px 0;
	/*background: url('../images/indentbg.gif');*/ 
	background-repeat: no-repeat;
}

.invertedshiftdown2 a:hover
{
	/*background url('../images/indentbg2.gif'); */
	background:#BFD0CD;
	margin: 3px 2px 2px 0;
	padding: 5px 0 5px 0;
	color: #000000;
}

.invertedshiftdown2 .current a
{ 
	/*background: url('../images/indentbg2.gif');*/
	background:#BFD0CD;
	background-repeat: no-repeat;
	margin: 3px 2px 2px 0;
	padding: 5px 0 5px 0;  
	color: #000000;
}
