/* 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;
}
#lounge ul {
}

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

#hT1 {
position:absolute;
top: 5px;
left:193px;
width:140px;
text-align:center;
z-index:10;
}

#hT2 {
position:absolute;
top: 5px;
left:356px;
width:137px;
text-align:center;
z-index:11;
}

#hT3 {
position:absolute;
top: 5px;
left:525px;
width:117px;
text-align:center;
z-index:12;
}

#pic1{
position:absolute;
top: 25px;
left:206px;
z-index:2;
}
#pic2{
position:absolute;
top: 25px;
left:454px;
z-index:2;
}
#pic3{
position:absolute;
top: 25px;
left:673px;
z-index:2;
}

#head img{
text-decoration:none;
border:none;
background:none;
}
#middle ul  {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 606px;
 height: 116px;
 margin: 0px;
 padding: 0px;
 display: inline;
 list-style-type: none;
 z-index:11;
}
#pic1{
position:absolute;
top: 19px;
left:215px;
z-index:2;
}
#pic2{
position:absolute;
top: 19px;
left:378px;
z-index:2;
}
#pic3{
position:absolute;
top: 19px;
left:537px;
z-index:2;
}

#flashcontent{
position:absolute;
left: 652px;
top: 6px;
z-index:13;
}
.tealbar{
	margin: 0px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #00afad;
}
.yellowbar{
	margin: 0px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #d8cc46;
}

