/* General Style */
a:link {text-decoration:none; color:#EBBCB1;}
a:active {text-decoration:none; color:#EBBCB1;}
a:visited {text-decoration:none; color:#EBBCB1;}
a:hover {text-decoration:none; color:red;}

a.noun:link {text-decoration:none; color:#EBBCB1}
a.noun:active {text-decoration:none; color:#EBBCB1}
a.noun:visited {text-decoration:none; color:#EBBCB1}
a.noun:hover {text-decoration:none; color:#FFFFFF}
.mframe1 {padding:2 10 30 10px;}
hr {color:#FFFFFF; height:1px;}

/* ---------------- */

/* Transparent Menu */
a:hover img
{ 
filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100); 
-moz-opacity: 1; 
/* Mozilla 1.6 */ 
-khtml-opacity: 1; 
/* Konqueror 3.1, Safari 1.1 */ 
opacity: 1; 
/* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */ 
filter: alpha(opacity=100); 
/* IE 5.5+*/ 
} 


a img
{ 
filter: progid: DXImageTransform.Microsoft.Alpha(opacity=40); 
-moz-opacity: 0.4; 
/* Mozilla 1.6 */ 
-khtml-opacity: 0.4; 
/* Konqueror 3.1, Safari 1.1 */ 
opacity: 0.4; 
/* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */ 
filter: alpha(opacity=40); 
/* IE 5.5+*/ 
}

/* ---------------- */
