/* Menu 1 starts here */


/* Menu 2 starts here */
#menu2 {

float:left;
}

#menu2 ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}
#menu2 li
{
display: inline;
/* for IE5 and IE6 */
}

#menu2 a
{
color: #483000;
text-decoration: none;
font-size: 12px;
font-weight:bold;
display: block;
padding: 3px;
width: 160px;
background-color: #EDEDED;
border-bottom: 1px solid #fff;
}

#menu2 a:link, #menu2 a:visited
{
color: #483000;
text-decoration: none;
}

#menu2 a:hover
{
background-color: #A4A8B4 ;
color: #fff;
}

#menu2 li a#current
{
background: #A4A8B4 ;
color: #fff;
}
/* Menu 2 ends here */

.linkText1 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	
}
.linkText1 a: {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.linkText1 a:visited {
	color: #0000000;
	text-decoration: underline;
}

.linkText1 a:active {
	color: #000000;
	text-decoration: underline;
}
.linkText1 a:linked {
	color: #000000;
	text-decoration: underline;
}

.linkText1 a:hover {
	color: #509CCE;
	text-decoration: underline;
}


.dotted {
	background-image: url(images/dotted.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-left: 3px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;

}
.linkText {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.linkText a: {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.linkText a:visited {
	color: #333333;
	text-decoration: none;
}

.linkText a:active {
	color: #333333;
	text-decoration: none;
}
.linkText a:linked {
	color: #333333;
	text-decoration: none;
}

.linkText a:hover {
	color: #509CCE;
	text-decoration: underline;
}

.dottedHor {

	background-image: url(images/hor_dotted.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	padding-left: 3px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}


.dottedHorSel {

	background-image: url(images/hor_dotted.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	color:#68A6C5;
	padding-left: 3px;
	
}
