@charset "utf-8";
/* CSS Document */

.selectmenu{
    /*background-color: #cccccc;*/
	font-color: #cccccc;
}
.yellowtitle{
	display: block;
	float: left;
	height: 33px;
	width: 143px;background-image: url(images/InMenuHoverA.jpg);
    background-repeat: no-repeat;	
}
.yellowbg{
    /*background-color: #E9B700;*/
	color: #E9B700;	
	display: block;
	padding: 2px 0 2px 40px;
	text-decoration: none;
	font-weight: normal;	
	font-size: 80%;
	background-image: url(images/IconDeepYellowDisc.jpg);
	background-repeat: no-repeat;
	background-position: 25px 3px;
	width: 100px;
	float:left;
}
.bluetitle{
	display: block;
	float: left;
	height: 33px;
	width: 143px;background-image: url(images/InMenuHoverB.jpg);
    background-repeat: no-repeat;	
}
.bluebg{
    /*background-color: #2D6BA4;*/
	color: #2D6BA4;
	display: block;
	padding: 2px 0 2px 40px;
	text-decoration: none;
	font-weight: normal;
	font-size: 80%;
	background-image: url(images/IconBlueDisc.jpg);
	background-repeat: no-repeat;
	background-position: 25px 3px;
	width: 100px;
	float:left;
}
.bluebg2{
	color: #2D6BA4;
	display: block;
	padding: 2px 0 2px 19px;
	text-decoration: none;
	font-weight: normal;
	width:90px;
	float:left;
}
.greentitle{
	display: block;
	float: left;
	height: 33px;
	width: 143px;
	background-image: url(images/InMenuHoverC.jpg);
	background-repeat: no-repeat;
}
.greenbg{
    
	color: #7E9F2C;
	display: block;
	padding: 2px 0 2px 40px;
	text-decoration: none;
	font-weight: normal;
	font-size: 80%;
	background-image: url(images/IconGreenDisc.jpg);
	background-repeat: no-repeat;
	background-position: 25px 3px;
	width: 100px;
	float:left;
	
	/*
	color: #7E9F2C;
	display: block;
	padding: 2px 0 2px 19px;
	text-decoration: none;
	font-weight: normal;
	width:90px;
	float:left;
	*/
}
.greenbg2{
	color: #7E9F2C;
	display: block;
	padding: 2px 0 2px 19px;
	text-decoration: none;
	font-weight: normal;
	width:90px;
	float:left;
}

.lightbluetitle{
	display: block;
	float: left;
	height: 33px;
	width: 143px;background-image: url(images/InMenuHoverG.jpg);
    background-repeat: no-repeat;	
}
.lightbluebg{
    /*background-color: #E9B700;*/
	color: #CE7E01;	
	display: block;
	padding: 2px 0 2px 40px;
	text-decoration: none;
	font-weight: normal;	
	font-size: 80%;
	background-image: url(images/IconLightBlueDisc.jpg);
	background-repeat: no-repeat;
	background-position: 25px 3px;
	width: 100px;
	float:left;
}
.pinktitle{
	display: block;
	float: left;
	height: 33px;
	width: 143px;background-image: url(images/InMenuHoverD.jpg);
    background-repeat: no-repeat;	
}
.pinkbg{
    /*background-color: #D14A59;*/
	color: #D14A59;
	display: block;
	padding: 2px 0 2px 40px;
	text-decoration: none;
	font-weight: normal;
	font-size: 80%;
	background-image: url(images/IconPinkDisc.jpg);
	background-repeat: no-repeat;
	background-position: 25px 3px;
	width: 100px;
	float:left;
}
.pinkbg2{
	display: block;
	padding: 2px 0 2px 19px;
	text-decoration: none;
	font-weight: normal;
	width:90px;
	color: #D24A58;
	float:left;
}
.browntitle{
	display: block;
	float: left;
	height: 33px;
	width: 143px;background-image: url(images/InMenuHoverE.jpg);
    background-repeat: no-repeat;	
}
.brownbg{
    /*background-color: #876035;*/
	color: #876035;
	display: block;
	padding: 2px 0 2px 40px;
	text-decoration: none;
	font-weight: normal;
	font-size: 80%;
	background-image: url(images/IconBrownDisc.jpg);
	background-repeat: no-repeat;
	background-position: 25px 3px;
	width: 100px;
	float:left;
}
.brownbg2{
	color: #876035;
	display: block;
	padding: 2px 0 2px 19px;
	text-decoration: none;
	font-weight: normal;
	width:90px;
	float:left;
}
.lightpinktitle{
	display: block;
	float: left;
	height: 33px;
	width: 143px;background-image: url(images/InMenuHoverF.jpg);
    background-repeat: no-repeat;	
}
.lightpinkbg{
    /*background-color: #DD828B;*/
	color: #DD828B;
	display: block;
	padding: 2px 0 2px 40px;
	text-decoration: none;
	font-weight: normal;
	font-size: 80%;
	background-image: url(images/IconLightPinkDisc.jpg);
	background-repeat: no-repeat;
	background-position: 25px 3px;
	width: 100px;
	float:left;
}
.ybg{
    background-color: #E9B700;
}
.bbg{
    background-color: #2D6BA4;
}
.gbg{
    background-color: #7E9F2C;
}
.pbg{
    background-color: #D14A59;
}
.brbg{
    background-color: #876035;
}
.lbg{
    background-color: #DD828B;
}




