/* CSS Document */

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #5b97b1;
}

a:visited {
    color: #4f027c;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
}

/************ footer styles **************/

#footer li a, #footer li a:link
{
color: #999999;
}

#footer li a:hover
{
text-decoration: underline;
color: #61A7BC;
}

/************ leftNav styles **************/

dl#menu dt a{
	color: #000;
	border: 0px none;
	background-image:url(http://www.k-state.edu/univpub/images/bullet.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

dl#menu dt a:hover {
	background-color: #4f027c;
	color: #ffffff;
	background-image:url(http://www.k-state.edu/univpub/images/bulletover.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	}
	
/*********** IE hack ************/
* html dl#menu dt a {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.k-state.edu/univpub/images/bullet.png', sizingMethod='crop');
  background-image: none;
}
	
* html dl#menu dt a:hover {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.k-state.edu/univpub/images/bulletover.png', sizingMethod='crop');
  background-image: none;
}
/*********** end ************/

dl#menu dd {
	color: #000000;		
}

dl#menu li {
	color: #000000;
	background-image:url(http://www.k-state.edu/univpub/images/sidenavback.png);
	
}

/*********** IE hack ************/
* html dl#menu li {
	background-color:#FFFFFF;
	background-image:none;
}
/*********** end ************/

dl#menu li a {
	color: #000000;
	border: 0px none;
}

dl#menu li a:hover {
	background-color: #4f027c;
	color: #ffffff;
}

dl#menu li li{
	background-image:url(http://www.k-state.edu/univpub/images/sidenavback.png);
	color: #000000;
}
/*********** IE hack ************/
* html dl#menu li li{
	background-color:#ECECEC;
	background-image:none;
}
/*********** end ************/
dl#menu li li a {
	color: #000000;
	border: 0 none;
}

dl#menu li li a:hover {
	background-color: #4f027c;
	color: #ffffff;
}

/****************************************/

#head {
    background: url(../images/headart.gif) 0px 0px no-repeat;
}

#headerTEXT  {
margin: 0px;
padding: 0px;
text-decoration:none;
font-family: arial, sans-serif;
font-size: 10px;
font-weight: bold;
}

#headerTEXT a:link, #headerTEXT a:active, #headerTEXT a:visited {
text-decoration:none;
display:block;
color:#FFFFFF;
font-weight: bold;
}
 
#headerTEXT a:hover{
text-decoration:underline;
display:block;
height:108px;
color:#FFFFFF;
}

#headerTEXT li {
text-decoration:none;
margin: 0px; 
padding: 0px; 
list-style: none;
}

#titlebar{
background-color:#9ea900;
}
#bbar{
background-color:#79177c;
}

/****************************************/

#hT1 {
position:absolute;
top: 7px;
left:211px;
width:140px;
text-align:left;
z-index:10;
}

#hT2 {
position:absolute;
top: 7px;
left:458px;
width:137px;
text-align:left;
z-index:11;
}

#hT3 {
position:absolute;
top: 7px;
left:677px;
width:117px;
text-align:left;
z-index:12;
}

#pic1{
	position:absolute;
	top: 25px;
	left:212px;
	z-index:2;
	width: 106px;
}
#pic2{
	position:absolute;
	top: 25px;
	left:459px;
	z-index:2;
	width: 107px;
}
#pic3{
	position:absolute;
	top: 25px;
	left:678px;
	z-index:2;
	width: 54px;
}

#head img{
text-decoration:none;
border:none;
background:none;
}
